home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Purity / Purity #48 (1995-06-25)(PackMAN)(DE)[WB].zip / Purity #48 (1995-06-25)(PackMAN)(DE)[WB].adf / BigDivision / BigDivision.readme < prev   
Text File  |  1995-06-23  |  706b  |  16 lines

  1. short: Kick-Pascal program that divides very precisely
  2. author: Daniel Amor <daniel.amor@student.uni-tuebingen.de>
  3. uploader: Daniel Amor <daniel.amor@student.uni-tuebingen.de>
  4. path: dev/misc
  5.  
  6. This little program is able to divide very precisely. An example:
  7.  
  8. 137 : 113 = 1.2123893805309734513274336283185840707964601769911
  9.  
  10. This is an example that has got 50 digits. You can have up to 32000 digits
  11. in your division, which should be enough for most applications. The program
  12. is well-documented, so that it can be easily ported to other languages/
  13. platforms. It is also for beginners who would like to learn Pascal. This 
  14. program is public domain. Do whatever you like with it, but use it :-)! 
  15. Version 1.0.
  16.